import * as React from 'react'; import { Expander, ExpanderItem } from '@aws-amplify/ui-react'; export const BasicSingleExpander = () => { return ( Now when you click the second item, this item will automatically collapse. Notice how only one item can be open at a time for the single Expander type. ); };